home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / STPOS2.ZIP / stppro.cmd < prev   
Encoding:
Text File  |  1995-02-01  |  557 b   |  25 lines

  1. echo off
  2. echo ┌────────────────────────┐
  3. echo │  STPOS2 Profiler for   │
  4. echo │   OS/2 Protect Mode    │
  5. echo └────────────────────────┘
  6. copy STPOS2.EXE STPTEMP.EXE
  7. if errorlevel 1 goto err
  8. if "%1" == "" goto default
  9. STPOS2 /profile %1 STPTEMP.EXE
  10. :resume
  11. if errorlevel 1 goto err
  12. echo Erasing STPOS2.EXE
  13. erase STPOS2.EXE
  14. if errorlevel 1 goto err
  15. echo Renaming STPTEMP.EXE to STPOS2.EXE
  16. rename STPTEMP.EXE STPOS2.EXE
  17. if errorlevel 1 goto err
  18. goto ok
  19. :default
  20. stpos2 /profile STPOS2.PRO STPTEMP.EXE
  21. goto resume
  22. :err
  23. echo   abort
  24. :ok
  25.